home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for Command & Con…Warcraft 2 (3rd Edition) / Walnut Creek CDROM - Toolkit for Command & Conquer and Warcraft II 3rd ed.iso / cnc.txt < prev    next >
Text File  |  1996-09-03  |  3KB  |  58 lines

  1. How to Use New "Command & Conquer Levels" with the
  2. "Command & Conquer / Warcraft 2 Toolkit" (volume 3)
  3.  
  4. Quick background info:
  5.  
  6. The original C&C game wasn't written with the intention of having people write
  7. new levels for it.  Some brave young lad hacked C&C and wrote a description of
  8. the game data it used.  Some other brave young lad used that description and
  9. wrote a program to look through and modify the game data.  That program is
  10. called MixManager (named because the main C&C data file was called 
  11. general.MIX).  The last brave guy (Andrew Griffin from Australia) actually
  12. wrote an editor for the game to let people create new levels.
  13.  
  14. All levels used with the basic C&C game are contained in a single file called
  15. general.mix (located in the root directory of the C&C installation CD).  This
  16. file has 128 "slots", each of which contains game data.  Each new level from
  17. our CD will have a NEWLEVEL.ini and NEWLEVEL.map.  These two files must be
  18. added to the general.mix file.  Restated: each new level from our CD takes
  19. up 2 of the 128 "slots" in the general.mix file.
  20.  
  21. Procedure for using new levels:
  22.  
  23. 1. Make sure you don't have Covert Operations installed (Mission add-on pack
  24.    from Westwood).  It won't work if you do.
  25. 2. Copy general.mix from the root level of the C&C Installation CD into the
  26.    directory they installed Command & Conquer CD to (by default, C:\C&C)
  27.    i.e. "copy d:\general.mix c:\c&c"
  28. 3. When files are put on CD, they have a special attribute set that says
  29.    "Hey, don't let the user write or modify any files on this CD".  This
  30.    makes sense since you can't write anything to a CD anyway.  :)  Now that
  31.    you've copied over general.mix, you'll need to tell the computer that
  32.    you want ability to modify it.  From a command prompt, type in:
  33.      attrib -r c:\c&c\general.mix
  34.    This will give you the ability to modify that file.
  35. 4. Get out our Toolkit and put it the CDROM drive.
  36. 5. Use view and extract the file \cnc\zipped\utils\mixman2.zip into the
  37.    directory you installed Command & Conquer to.
  38. 6. Use view and extract several files from \cnc\zipped\levels\single into the
  39.    directory you installed Command & Conquer to.
  40. 7. Get to a DOS prompt in your C&C directory.
  41. 8. There is a file called mixman.doc that was extracted with mixman2.zip.
  42.    This explains how to use the MixManager (which inserts and removes new
  43.    levels into the "slots" in general.mix).
  44. 9. Read mixman.doc if you can't figure out mixman.exe.  Please do not ask us
  45.    to walk you through usage of that program (which we didn't make).
  46.  
  47. Using new levels with multiple players:
  48.  
  49. Use the procedure above.  All computers wanting to use the same new 
  50. multi-player level must have it available in their own general.mix files
  51. (in the slot locations).
  52.  
  53. That's it.  Happy gaming!
  54.  
  55. -- 
  56. Christopher G. Mann
  57.  
  58.